Description
Save the redacted blob to a copy of the original document.
Operation id | ARenderRedactCompletion |
Category | Files |
Label | Save the redacted blob |
Requires | |
Since | |
Parameters
Signature
Inputs | blob |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "ARenderRedactCompletion",
"label" : "Save the redacted blob",
"category" : "Files",
"requires" : null,
"description" : "Save the redacted blob to a copy of the original document.",
"url" : "ARenderRedactCompletion",
"signature" : [ "blob", "document" ],
"params" : [ {
"name" : "originalDoc",
"description" : null,
"type" : "document",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "nbRedactions",
"description" : null,
"type" : "integer",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}